host-interaction/file-system/exists

check if directory exists

rule:
  meta:
    name: check if directory exists
    namespace: host-interaction/file-system/exists
    authors:
      - michael.hunhoff@mandiant.com
    scopes:
      static: function
      dynamic: call
    att&ck:
      - Discovery::File and Directory Discovery [T1083]
  features:
    - or:
      - api: System.IO.Directory::Exists

last edited: 2023-11-24 10:34:28